home *** CD-ROM | disk | FTP | other *** search
Makefile | 1987-05-06 | 616 b | 19 lines | [TEXT/MPS ] |
- # File: MakeFile
- #
- # MakeFile for Formatting program for MacTutor Article on Low
- # Level formatting of a SCSI hard disk drive. Note that if the
- # resource file has been changed, we run first Rez and then
- # Link. This is because Rez sometimes trashes code resources.
-
- Format ƒƒ Format.r
- Rez -p Format.r -o Format
- Format ƒƒ Format.a.o BuffStuff.a.o SCSI.a.o Format.r
- Link -p Format.a.o BuffStuff.a.o SCSI.a.o ∂
- -o Format -l > Format.Map
- Format.a.o ƒ Format.a FormatEqu.a
- Asm -p -wb Format.a
- BuffStuff.a.o ƒ BuffStuff.a FormatEqu.a
- Asm -p -wb BuffStuff.a
- SCSI.a.o ƒ SCSI.a FormatEqu.a
- Asm -p -wb SCSI.a
-